Crate winter_rand_utils[][src]

Expand description

This crates contains functions for generating random values.

These functions are intended to be used in tests, benchmarks, and examples. When compiled to WebAssembly target, all of the functions are omitted.

Functions

Returns an array of value of the specified type and the specified length generated pseudo-randomly from the specified seed.

Returns a vector of value of the specified type and the specified length generated pseudo-randomly from the specified seed.

Returns an array of random value of the specified type and the specified length.

Returns a single random value of the specified type.

Returns a vector of random value of the specified type and the specified length.

Randomly shuffles slice elements.